home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1035 / 1035.xpi / chrome / 1clickweather.jar / skin / classic / 1clickweather / 1clickweather.css next >
Cascading Style Sheet File  |  2009-09-27  |  2KB  |  118 lines

  1. /* panelStyle is used for all of the data living inside the status bar panels */
  2. .panelStyle {
  3.    padding-top: .1em;
  4.    font-size: 8pt;
  5.    font-family: inherit;
  6.    cursor: pointer;
  7.    vertical-align: middle;
  8. }
  9.  
  10. .panelText {
  11.    padding-top: .1em;
  12.    font-size: 8pt;
  13.    font-family: inherit;
  14.    cursor: pointer;
  15.    vertical-align: middle;
  16. }
  17.  
  18. .errorText {
  19.    font-size: 10pt;
  20. }
  21.  
  22. .ttTooltip {
  23.    max-width: 50em;
  24.    background-color: #ecebf3;
  25.    font-size: 10pt;
  26.    color: black;
  27.    font-family: inherit;
  28. }
  29.  
  30. .ttBody {
  31.    max-width: 50em;
  32.    background-color: inherit;
  33.    font-size: inherit;
  34. }
  35.  
  36. .ttBodyBottom {
  37.    max-width: 50em;
  38.    background-color: inherit;
  39.    font-size: inherit;
  40.    border:#b6b6b6 solid;
  41.    border-width: 0px 0px 1px 0px;
  42. }
  43.  
  44. .ttLogoBody {
  45.    background-color: #ffffff;
  46.    font-size: 10pt;
  47.    justify: right;
  48. }
  49.  
  50. .ttRedLabel {
  51.    color: red;
  52.    font-size: 10pt;
  53.    font-weight: bold;
  54. }
  55.  
  56. .ttBold {
  57.    color: black;
  58.    font-size: 10pt;
  59.    font-weight: bold;
  60. }
  61.  
  62. .ttLink {
  63.    text-decoration: underline; 
  64.    color: blue;
  65.    font-size: 10pt;
  66. }
  67.  
  68. .search {
  69.    background-color: #ffffff;
  70.    font-size: 10pt;
  71.    color: black;
  72.    font-family: inherit;
  73. }
  74.  
  75. .searchText {
  76.    max-width: 400px;
  77.    background-color: #ffffff;
  78.    font-size: 10pt;
  79.    color: black;
  80.    font-family: inherit;
  81. }
  82.  
  83. .lifestyle {
  84.    background-color: #ffffff;
  85.    font-size: 12pt;
  86.    color: black;
  87.    font-family: inherit;
  88. }
  89.  
  90. .lifestyleHeader {
  91.    background-color: #ecebf3;
  92.    font-size: 12pt;
  93.    color: black;
  94.    border:#b6b6b6 solid;
  95.    border-width: 0px 0px 1px 0px;
  96.    font-family: inherit;
  97.    cursor: pointer;
  98. }
  99.  
  100. .lifestyleTop {
  101.    background-color: #ecebf3;
  102.    font-size: 12pt;
  103.    color: black;
  104.    font-family: inherit;
  105.    cursor: pointer;
  106. }
  107.  
  108. .lifestyleMiddle {
  109.    background-color: #ffffff;
  110.    font-size: 12pt;
  111.    color: black;
  112.    font-family: inherit;
  113.    cursor: pointer;
  114. }
  115.  
  116. .alertTooltip{
  117.     margin-top:30px;    
  118. }